home *** CD-ROM | disk | FTP | other *** search
- $$// newproj.inf = template for list of template files
- $$// format is 'sourceResName' \t 'destFileName'
- $$// The source res name may be preceded by any combination of '=', '-', '!', '?', ':', '#', and/or '*'
- $$// '=' => the resource is binary
- $$// '-' => the file should not be added to the project (all files are added to the project by default)
- $$// '!' => the file should be marked exclude from build
- $$// '?' => the file should be treated as a help file
- $$// ':' => the file should be treated as a resource
- $$// '#' => the file should be treated as a template (implies '!')
- $$// '*' => bypass the custom AppWizard's resources when loading
- $$// if name starts with / => create new subdir
- STDAFX.H .\StdAfx.h
- STDAFX.CPP .\StdAfx.cpp
- RESOURCE.H .\resource.h
- :TOOLTEMPLATE.rc .\$$DLL_NAME$$.rc
-
- TOOLTEMPLATE.DEF .\$$DLL_NAME$$.def
- DLL.CPP .\dll.cpp
- CLASSNAME.H .\$$CLASS_NAME$$.h
- CLASSNAME.CPP .\$$CLASS_NAME$$.cpp
- CLASSNAME.RGS .\$$CLASS_NAME$$.rgs
- TOOLINTERFACE.H .\$$DLL_NAME$$.h
-
- $$IF(SUPPORT_DM_IMEDPARAM)
- ALIST.H .\alist.h
- ALIST.CPP .\alist.cpp
- CONTROLHELP.H .\ControlHelp.h
- CONTROLHELP.CPP .\ControlHelp.cpp
- PARAM.H .\param.h
- PARAM.CPP .\param.cpp
- -VALIDATE.H .\validate.h
- $$ENDIF
-
- $$IF(SUPPORT_DM_DMP)
- ALIST.H .\alist.h
- ALIST.CPP .\alist.cpp
- CONTROLHELP.H .\ControlHelp.h
- CONTROLHELP.CPP .\ControlHelp.cpp
- PARAM.H .\param.h
- PARAM.CPP .\param.cpp
- -VALIDATE.H .\validate.h
- CLASSNAMEPROP.H .\$$CLASS_NAME$$PROP.h
- CLASSNAMEPROP.CPP .\$$CLASS_NAME$$Prop.cpp
- CLASSNAMEPROP.RGS .\$$CLASS_NAME$$Prop.rgs
- $$ENDIF
-
-